home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_7.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  341 b   |  14 lines

  1. on mouseDown
  2.   puppetSprite(46, 1)
  3.   if the castNum of sprite 46 = the number of member "pause up" then
  4.     set the castNum of sprite 46 to the number of member "Start Up"
  5.     updateStage()
  6.     pause()
  7.   else
  8.     set the castNum of sprite 46 to the number of member "Pause up"
  9.     updateStage()
  10.     go(marker(0))
  11.     continue()
  12.   end if
  13. end
  14.